Lucene search

K

2926 matches found

CVE
CVE
added 2025/02/26 7:1 a.m.70 views

CVE-2022-49265

In the Linux kernel, the following vulnerability has been resolved: PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove() When a genpd with GENPD_FLAG_IRQ_SAFE gets removed, the followingsleep-in-atomic bug will be seen, as genpd_debug_remove() will be calledwith a spinlock being held...

5.3AI score0.0003EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.70 views

CVE-2022-49309

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback() There is a deadlock in rtw_surveydone_event_callback(),which is shown below: (Thread 1) | (Thread 2)| _set_timer()rtw_surveydone_event_callback()| mod_tim...

5.5CVSS6.4AI score0.00022EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.70 views

CVE-2022-49327

In the Linux kernel, the following vulnerability has been resolved: bcache: avoid journal no-space deadlock by reserving 1 journal bucket The journal no-space deadlock was reported time to time. Such deadlockcan happen in the following situation. When all journal buckets are fully filled by active ...

5.5CVSS5.4AI score0.00022EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.70 views

CVE-2022-49331

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling Error paths do not free previously allocated memory. Add devm_kfree() tothose failure paths.

5.5CVSS6.6AI score0.00015EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.70 views

CVE-2022-49402

In the Linux kernel, the following vulnerability has been resolved: ftrace: Clean up hash direct_functions on register failures We see the following GPF when register_ftrace_direct fails: [ ] general protection fault, probably for non-canonical address 0x200000000000010: 0000 [#1] PREEMPT SMP DEBUG...

6.3AI score0.00037EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.70 views

CVE-2022-49414

In the Linux kernel, the following vulnerability has been resolved: ext4: fix race condition between ext4_write and ext4_convert_inline_data Hulk Robot reported a BUG_ON: EXT4-fs error (device loop3): ext4_mb_generate_buddy:805: group 0,block bitmap and bg descriptor inconsistent: 25 vs 31513 free ...

4.7CVSS5.3AI score0.00012EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.70 views

CVE-2022-49455

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible double free in ocxl_file_register_afu info_release() will be called in device_unregister() when info->dev'sreference count is 0. So there is no need to call ocxl_afu_put() andkfree() again. Fix this by a...

7.8CVSS5.5AI score0.00016EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.70 views

CVE-2022-49502

In the Linux kernel, the following vulnerability has been resolved: media: rga: fix possible memory leak in rga_probe rga->m2m_dev needs to be freed when rga_probe fails.

5.5CVSS5.3AI score0.00029EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.70 views

CVE-2022-49544

In the Linux kernel, the following vulnerability has been resolved: ipw2x00: Fix potential NULL dereference in libipw_xmit() crypt and crypt->ops could be null, so we need to checking nullbefore dereference

5.5CVSS5.3AI score0.00015EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.70 views

CVE-2022-49557

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave) Set the starting uABI size of KVM's guest FPU to 'struct kvm_xsave',i.e. to KVM's historical uABI size. When saving FPU state for usersapce,KVM (well, now t...

6.3AI score0.00038EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.70 views

CVE-2022-49712

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe of_parse_phandle() returns a node pointer with refcountincremented, we should use of_node_put() on it when not need anymore.Add missing of_node_put() to avoid refcoun...

5.5CVSS5.3AI score0.00016EPSS
CVE
CVE
added 2025/05/01 3:16 p.m.70 views

CVE-2022-49872

In the Linux kernel, the following vulnerability has been resolved: net: gso: fix panic on frag_list with mixed head alloc types Since commit 3dcbdb134f32 ("net: gso: Fix skb_segment splat whensplitting gso_size mangled skb having linear-headed frag_list"), it isallowed to change gso_size of a GRO ...

6.5AI score0.00036EPSS
CVE
CVE
added 2025/02/24 9:15 a.m.70 views

CVE-2023-52926

In the Linux kernel, the following vulnerability has been resolved: IORING_OP_READ did not correctly consume the provided buffer list whenread i/o returned

7.8CVSS7.1AI score0.00009EPSS
CVE
CVE
added 2025/03/27 5:15 p.m.70 views

CVE-2023-53006

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix oops due to uncleared server->smbd_conn in reconnect In smbd_destroy(), clear the server->smbd_conn pointer after freeing thesmbd_connection struct that it points to so that reconnection doesn't getconfused.

6.5AI score0.00035EPSS
CVE
CVE
added 2025/03/27 5:15 p.m.70 views

CVE-2023-53010

In the Linux kernel, the following vulnerability has been resolved: bnxt: Do not read past the end of test names Test names were being concatenated based on a offset beyond the end ofthe first name, which tripped the buffer overflow detection logic: detected buffer overflow in strnlen[...]Call Trac...

6.9AI score0.00027EPSS
CVE
CVE
added 2025/01/11 1:15 p.m.70 views

CVE-2024-46896

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: don't access invalid sched Since 2320c9e6a768 ("drm/sched: memset() 'job' in drm_sched_job_init()")accessing job->base.sched can produce unexpected results as the initialisationof (*job)->base.sched done in amdgpu...

6.5AI score0.00042EPSS
CVE
CVE
added 2025/01/11 1:15 p.m.70 views

CVE-2024-52319

In the Linux kernel, the following vulnerability has been resolved: mm: use aligned address in clear_gigantic_page() In current kernel, hugetlb_no_page() calls folio_zero_user() with thefault address. Where the fault address may be not aligned with the hugepage size. Then, folio_zero_user() may cal...

6.7AI score0.00035EPSS
CVE
CVE
added 2025/01/21 12:15 p.m.70 views

CVE-2024-57935

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix accessing invalid dip_ctx during destroying QP If it fails to modify QP to RTR, dip_ctx will not be attached. Andduring detroying QP, the invalid dip_ctx pointer will be accessed.

6.9AI score0.00035EPSS
CVE
CVE
added 2025/04/01 4:15 p.m.70 views

CVE-2025-21899

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix bad hist from corrupting named_triggers list The following commands causes a crash: ~# cd /sys/kernel/tracing/events/rcu/rcu_callback~# echo 'hist:name=bad:keys=common_pid:onmax(bogus).save(common_pid)' > triggerbas...

7.4AI score0.00039EPSS
CVE
CVE
added 2025/04/16 3:15 p.m.70 views

CVE-2025-22044

In the Linux kernel, the following vulnerability has been resolved: acpi: nfit: fix narrowing conversion in acpi_nfit_ctl Syzkaller has reported a warning in to_nfit_bus_uuid(): "only secondarybus families can be translated". This warning is emited if the argumentis equal to NVDIMM_BUS_FAMILY_NFIT ...

6.4AI score0.00053EPSS
CVE
CVE
added 2025/05/01 2:15 p.m.70 views

CVE-2025-37789

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix nested key length validation in the set() action It's not safe to access nla_len(ovs_key) if the data is smaller thanthe netlink header. Check that the attribute is OK first.

6.5AI score0.00036EPSS
CVE
CVE
added 2025/05/01 2:15 p.m.70 views

CVE-2025-37796

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x: fix use after free access in at76_disconnect The memory pointed to by priv is freed at the end of at76_delete_devicefunction (using ieee80211_free_hw). But the code then accesses the udevfield of the freed object to...

6.8AI score0.00036EPSS
CVE
CVE
added 2025/06/06 2:15 p.m.70 views

CVE-2025-38001

In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice Savino says:"We are writing to report that this recent patch(141d34391abbb315d68556b7c67ad97885407547) [1]can be bypassed, and a UAF can still occur when HFSC ...

6.6AI score0.0002EPSS
CVE
CVE
added 2025/02/26 6:37 a.m.69 views

CVE-2021-47634

In the Linux kernel, the following vulnerability has been resolved: ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl Hulk Robot reported a KASAN report about use-after-free: BUG: KASAN: use-after-free in __list_del_entry_valid+0x13d/0x160Read of size 8 at addr ffff888035e37d98 by ...

7.8CVSS6.7AI score0.00045EPSS
CVE
CVE
added 2025/02/26 6:37 a.m.69 views

CVE-2021-47648

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a memory leak in 'host1x_remove()' Add a missing 'host1x_channel_list_free()' call in the remove function,as already done in the error handling path of the probe function.

5.5CVSS5.4AI score0.00015EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.69 views

CVE-2022-49044

In the Linux kernel, the following vulnerability has been resolved: dm integrity: fix memory corruption when tag_size is less than digest size It is possible to set up dm-integrity in such a way that the"tag_size" parameter is less than the actual digest size. In thissituation, a part of the digest...

5.6AI score0.00047EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.69 views

CVE-2022-49061

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link When using a fixed-link, the altr_tse_pcs driver crashesdue to null-pointer dereference as no phy_device is provided totse_pcs_fix_mac_speed function. Fix thi...

5.5CVSS6.5AI score0.00029EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.69 views

CVE-2022-49104

In the Linux kernel, the following vulnerability has been resolved: staging: vchiq_core: handle NULL result of find_service_by_handle In case of an invalid handle the function find_servive_by_handlereturns NULL. So take care of this and avoid a NULL pointer dereference.

5.5CVSS6.5AI score0.00015EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.69 views

CVE-2022-49134

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum: Guard against invalid local ports When processing events generated by the device's firmware, the driverprotects itself from events reported for non-existent local ports, butnot for the CPU port (local port 0), whic...

5.5CVSS5.3AI score0.0002EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.69 views

CVE-2022-49154

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: fix panic on out-of-bounds guest IRQ As guest_irq is coming from KVM_IRQFD API call, it may triggercrash in svm_update_pi_irte() due to out-of-bounds: crash> btPID: 22218 TASK: ffff951a6ad74980 CPU: 73 COMMAND: "vcpu8"...

5.4AI score0.00042EPSS
CVE
CVE
added 2025/02/26 7:0 a.m.69 views

CVE-2022-49216

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix reference leak in tegra_dsi_ganged_probe The reference taken by 'of_find_device_by_node()' must be released whennot needed anymore. Add put_device() call to fix this.

5.5CVSS5.3AI score0.00015EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49247

In the Linux kernel, the following vulnerability has been resolved: media: stk1160: If start stream fails, return buffers with VB2_BUF_STATE_QUEUED If the callback 'start_streaming' fails, then allqueued buffers in the driver should be returned withstate 'VB2_BUF_STATE_QUEUED'. Currently, they arer...

5.4AI score0.00052EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49269

In the Linux kernel, the following vulnerability has been resolved: can: isotp: sanitize CAN ID checks in isotp_bind() Syzbot created an environment that lead to a state machine status thatcan not be reached with a compliant CAN ID address configuration.The provided address information consisted of...

5.2AI score0.0003EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49281

In the Linux kernel, the following vulnerability has been resolved: cifs: fix handlecache and multiuser In multiuser each individual user has their own tcon structure for theshare and thus their own handle for a cached directory.When we umount such a share we much make sure to release the pinned do...

5.4AI score0.0003EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49311

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle() There is a deadlock in rtw_joinbss_event_prehandle(), which is shownbelow: (Thread 1) | (Thread 2)| _set_timer()rtw_joinbss_event_prehandle()| mod_timer()sp...

5.5CVSS6.4AI score0.00022EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49369

In the Linux kernel, the following vulnerability has been resolved: amt: fix possible memory leak in amt_rcv() If an amt receives packets and it finds socket.If it can't find a socket, it should free a received skb.But it doesn't.So, a memory leak would possibly occur.

5.5CVSS5.5AI score0.00029EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49385

In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driver_attach failed When driver_attach(drv); failed, the driver_private will be freed.But it has been added to the bus, which caused a UAF. To fix it, we need to delete it from the bus when failed.

7.8CVSS5.3AI score0.00016EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49462

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Fix refcount leak in a6xx_gpu_init of_parse_phandle() returns a node pointer with refcountincremented, we should use of_node_put() on it when not need anymore. a6xx_gmu_init() passes the node to of_find_device_by_node...

5.5CVSS5.3AI score0.00016EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49481

In the Linux kernel, the following vulnerability has been resolved: regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dt of_node_get() returns a node with refcount incremented.Calling of_node_put() to drop the reference when not needed anymore.

5.5CVSS5.3AI score0.00015EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49482

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe of_parse_phandle() returns a node pointer with refcountincremented, we should use of_node_put() on it when done.

5.5CVSS6.5AI score0.00015EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49514

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probe Call of_node_put(platform_node) to avoid refcount leak inthe error path.

5.5CVSS5.3AI score0.00015EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49527

In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi: avoid null dereference in deinit If venus_probe fails at pm_runtime_put_sync the error handling firstcalls hfi_destroy and afterwards hfi_core_deinit. As hfi_destroy setscore->ops to NULL, hfi_core_deinit cann...

5.5CVSS5.3AI score0.00016EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49643

In the Linux kernel, the following vulnerability has been resolved: ima: Fix a potential integer overflow in ima_appraise_measurement When the ima-modsig is enabled, the rc passed to evm_verifyxattr() may benegative, which may cause the integer overflow problem.

5.5CVSS5.5AI score0.00015EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49657

In the Linux kernel, the following vulnerability has been resolved: usbnet: fix memory leak in error case usbnet_write_cmd_async() mixed up which buffersneed to be freed in which error case. v2: add Fixes tagv3: fix uninitialized buf pointer

5.5CVSS5.3AI score0.00016EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49679

In the Linux kernel, the following vulnerability has been resolved: ARM: Fix refcount leak in axxia_boot_secondary of_find_compatible_node() returns a node pointer with refcountincremented, we should use of_node_put() on it when done.Add missing of_node_put() to avoid refcount leak.

5.5CVSS5.3AI score0.00016EPSS
CVE
CVE
added 2025/02/26 7:1 a.m.69 views

CVE-2022-49693

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intf of_graph_get_remote_node() returns remote device node pointer withrefcount incremented, we should use of_node_put() on itwhen not need anymore.Add missing of_node_put() to a...

5.5CVSS6.5AI score0.00029EPSS
CVE
CVE
added 2025/03/27 5:15 p.m.69 views

CVE-2023-52932

In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: add cond_resched() in get_swap_pages() The softlockup still occurs in get_swap_pages() under memory pressure. 64CPU cores, 64GB memory, and 28 zram devices, the disksize of each zramdevice is 50MB with same priority as...

5.5CVSS6.6AI score0.00028EPSS
CVE
CVE
added 2025/05/02 4:15 p.m.69 views

CVE-2023-53037

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Bad drive in topology results kernel crash When the SAS Transport Layer support is enabled and a device exposed tothe OS by the driver fails INQUIRY commands, the driver frees up the memoryallocated for an internal HB...

6.7AI score0.00025EPSS
CVE
CVE
added 2025/05/02 4:15 p.m.69 views

CVE-2023-53056

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Synchronize the IOCB count to be in order A system hang was observed with the following call trace: BUG: kernel NULL pointer dereference, address: 0000000000000000PGD 0 P4D 0Oops: 0000 [#1] PREEMPT SMP NOPTICPU: 15 P...

6.6AI score0.00026EPSS
CVE
CVE
added 2025/01/15 1:15 p.m.69 views

CVE-2024-54031

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext Access to genmask field in struct nft_set_ext results in unalignedatomic read: [ 72.130109] Unable to handle kernel paging request at virtual address ffff0000c2bb...

6.2AI score0.00069EPSS
Total number of security vulnerabilities2926